negotiator.tournament.VariablesAndValues
Class DBLocationValue

java.lang.Object
  extended by negotiator.tournament.VariablesAndValues.TournamentValue
      extended by negotiator.tournament.VariablesAndValues.DBLocationValue
All Implemented Interfaces:
java.io.Serializable

public class DBLocationValue
extends TournamentValue

Author:
mark Store the database location
See Also:
Serialized Form

Constructor Summary
DBLocationValue(java.lang.String val)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getValue()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DBLocationValue

public DBLocationValue(java.lang.String val)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public java.lang.String getValue()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object